home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / MacOberon241.cpt / MacOberon 2.4(1) / Sort.Tool (.txt) < prev    next >
Oberon Text  |  1991-12-12  |  806b  |  20 lines

  1. Syntax10.Scn.Fnt
  2. Syntax10i.Scn.Fnt
  3. Sort.Sort *                   Sort marked viewer
  4. Sort.Sort ^                   selection
  5. Sort.Sort Test.Text       file
  6. Sort.Sort */r                in reverse order
  7. Sort.Sort */e               include empty lines ({TAB | SPACE} CR)
  8. Sort.Sort */u               don't keep duplicates (unique lines only)
  9. Sort.Sort */reu            all of the above
  10. Syntax:
  11.     Sort.Sort    ("^" | "*" | <name>) ["/" {c}]    where c IN {"r", "e", "u"}
  12. Purpose:
  13.     Sort CR terminated lines. Display them in a separate viewer Sorted.Text.
  14. Limitations:
  15.     Max line length: 256 (including CR)
  16.     Max lines: 2000
  17.     Exceeding the limits results in a trap.
  18.     WriteElements appear as characters and are not kept in the text.
  19.     Fonts and other attributes are not kept.
  20.